home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
COMMADIO
/
XRS2.LZH
/
FINISHED.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-07-04
|
139b
|
11 lines
@Echo Off
if %1.==. goto instaled
type %1\ready_to.go!
goto pause
:instaled
type ready_to.go!
goto exit
:pause
%1\delay 90
:exit